home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / ted5.zip / IGRABSRC.ZIP / INFO.TXT < prev    next >
Text File  |  1993-02-04  |  1KB  |  47 lines

  1. -------------------------------------------------------------------------
  2. IGRAB Header format v1.00
  3. -------------------------------------------------------------------------
  4.  
  5. Value type    Label        What it is
  6. -------------------------------------------------------------------------
  7. int        headersize    size of entire header, huffman dictionary,
  8.                 PIC & SPRITE structure lists
  9.  
  10. long        dictionary    file offset of Huffman Dictionary
  11. long        dataoffsets    offset list of all elements in file. Offset
  12.                 is from start of file
  13.  
  14.  
  15. #define's created:
  16. -------------------------------------------------------------------------
  17. #define NUMFONTS    // how many fonts in file, etc.
  18. #define NUMFONTM
  19. #define NUMTILE8    // this is really good to use for array allocation!
  20. #define NUMTILE8M
  21. #define NUMTILE16
  22. #define NUMTILE16M
  23. #define NUMTILE32
  24. #define NUMTILE32M
  25. #define NUMPICS
  26. #define NUMPICM
  27. #define NUMSPRITES
  28.  
  29. #define STARTFONT    // index into offset list which holds file
  30. #define STARTFONTM
  31. #define STARTTILE8    // offset of data
  32. #define STARTTILE8M
  33. #define STARTTILE16
  34. #define STARTTILE16M
  35. #define STARTTILE32
  36. #define STARTTILE32M
  37. #define STARTPICS
  38. #define STARTPICM
  39. #define STARTSPRITES
  40.  
  41. Grabbing values:
  42.          Horizontal     Vertical
  43. Type        GRIDx    ALTx    GRIDx    ALTx
  44. -------------------------------------------------------------------------
  45. TILE8/m        19    36    12    21
  46. TILE16/m    12    18    8    12
  47. TILE32/m    7    9    4    6